+Mon Feb 23 11:20:34 2004 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Remove the configure.in check for fontconfig
+ entirely; it's not needed, since PangoXft implies that sufficiently
+ new fontconfig is present.
+
Mon Feb 23 02:26:53 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkpathbar.c (gtk_path_bar_finalize):
* gtk/gtksettings.c (gtk_default_substitute): Guard the FC_HINT_STYLE
stuff with an #ifdef, so we still build with most fontconfig versions.
- * configure.in: Bump the fontconfig version requirement down to 1.0.1,
- to match pango (probably isn't needed at all, but doesn't hurt).
-
Sun Feb 22 03:03:29 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkaction.c: (gtk_action_finalize):
+Mon Feb 23 11:20:34 2004 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Remove the configure.in check for fontconfig
+ entirely; it's not needed, since PangoXft implies that sufficiently
+ new fontconfig is present.
+
Mon Feb 23 02:26:53 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkpathbar.c (gtk_path_bar_finalize):
* gtk/gtksettings.c (gtk_default_substitute): Guard the FC_HINT_STYLE
stuff with an #ifdef, so we still build with most fontconfig versions.
- * configure.in: Bump the fontconfig version requirement down to 1.0.1,
- to match pango (probably isn't needed at all, but doesn't hurt).
-
Sun Feb 22 03:03:29 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkaction.c: (gtk_action_finalize):
+Mon Feb 23 11:20:34 2004 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Remove the configure.in check for fontconfig
+ entirely; it's not needed, since PangoXft implies that sufficiently
+ new fontconfig is present.
+
Mon Feb 23 02:26:53 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkpathbar.c (gtk_path_bar_finalize):
* gtk/gtksettings.c (gtk_default_substitute): Guard the FC_HINT_STYLE
stuff with an #ifdef, so we still build with most fontconfig versions.
- * configure.in: Bump the fontconfig version requirement down to 1.0.1,
- to match pango (probably isn't needed at all, but doesn't hurt).
-
Sun Feb 22 03:03:29 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkaction.c: (gtk_action_finalize):
+Mon Feb 23 11:20:34 2004 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Remove the configure.in check for fontconfig
+ entirely; it's not needed, since PangoXft implies that sufficiently
+ new fontconfig is present.
+
Mon Feb 23 02:26:53 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkpathbar.c (gtk_path_bar_finalize):
* gtk/gtksettings.c (gtk_default_substitute): Guard the FC_HINT_STYLE
stuff with an #ifdef, so we still build with most fontconfig versions.
- * configure.in: Bump the fontconfig version requirement down to 1.0.1,
- to match pango (probably isn't needed at all, but doesn't hurt).
-
Sun Feb 22 03:03:29 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkaction.c: (gtk_action_finalize):
+Mon Feb 23 11:20:34 2004 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Remove the configure.in check for fontconfig
+ entirely; it's not needed, since PangoXft implies that sufficiently
+ new fontconfig is present.
+
Mon Feb 23 02:26:53 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkpathbar.c (gtk_path_bar_finalize):
* gtk/gtksettings.c (gtk_default_substitute): Guard the FC_HINT_STYLE
stuff with an #ifdef, so we still build with most fontconfig versions.
- * configure.in: Bump the fontconfig version requirement down to 1.0.1,
- to match pango (probably isn't needed at all, but doesn't hurt).
-
Sun Feb 22 03:03:29 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkaction.c: (gtk_action_finalize):
fi
if test "x$gdktarget" = "xx11"; then
- #
- # Check for fontconfig
- #
- if $PKG_CONFIG --exists 'fontconfig >= 2.2.91' ; then : ; else
- AC_MSG_ERROR([fontconfig 2.2.91 is required for x11 target])
- fi
-
# We start off with the libraries from Pango
## be sure we also have Pango built with Xft2 support